﻿/*
	----------------------------------------
	The Alberta Teachers' Association CSS
	Sean Mitchell, sean@seanmitchell.ca
	05 / 08 / 10
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}
select {
    height: auto;
    width: auto;
    font-size: 8pt;
}



/* BODY
---------------------------------------- */
body {
	background: #003858;
	color: #646464;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	line-height: 20px;
    overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #006BB7;
	text-decoration: none;
}
a:hover {
	color: #141414;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
div.wrapper {
	margin: auto;
	width: 980px;
}



/* FIX RIBBON POSITION (logo div margin-top set in JavaScript)
---------------------------------------- */
#head {
	position: fixed;
	width: 100%;
	background-color: rgb(0,54,85);
	z-index: 900;
}


/* UTILITIES
---------------------------------------- */
#utilities {
    background-color: rgb(0, 54, 85);
	float: left;
	font-size: 12px;
	line-height: 22px;
	width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}
#utilities ul {
	float: right;
    padding: 9px 2px 9px 2px;
}
#utilities li {
	background: url('../Images/ATA/bg-utilities-divide.png') right top no-repeat;
	float: left;
	margin-right: 14px;
	padding-right: 16px;
	z-index: 50;
}
#utilities li.last-child {
	background: none;
	margin: 0;
	padding: 0;
}
#utilities a {
	color: #FFF;
	display: block;
	padding-left: 23px;
}
#utilities a:hover,
#utilities a.hover {
	color: #FFD65A;
	text-decoration: underline;
}
#utilities .security-trimmed { float: left; } 
#utilities .u-account { position: relative; }
#utilities .u-account a { background: url('../Images/ATA/icon-account.png') 0 3px no-repeat; }
#utilities .u-access { position: relative; }
#utilities .u-access a { background: url('../Images/ATA/icon-access.png') 0 3px no-repeat; }
#utilities .u-account div.drop,
#utilities .u-access div.drop {
    position: absolute;
    right: 0;
    top: 31px;
}
#utilities .u-account div.down a,
#utilities .u-access div.down a {
	color: #8c8c8c;
	text-decoration: none;
}
#utilities .u-account div.down a:hover,
#utilities .u-access div.down a:hover {
	color: #141414;
}
#utilities .u-account div.down a, 
#utilities .u-account div.down a:focus, 
#utilities .u-account div.down a:active,
#utilities .u-access div.down a, 
#utilities .u-access div.down a:focus, 
#utilities .u-access div.down a:active {
	outline: none;
}
#utilities li.u-contact {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
#utilities .u-contact a {
	background: url('../Images/ATA/icon-contact.png') 0 3px no-repeat;
}
#utilities .u-cart a {
	background: url('../Images/ATA/icon-cart.png') 0 3px no-repeat;
}
#utilities li.u-login,
#utilities li.u-logout {
	background: url('../Images/ATA/bg-utilities-divide.png') left top no-repeat;
	margin: 0 0 0 14px;
	padding: 0 0 0 16px;
}
#utilities li.u-login a {
	background: url('../Images/ATA/icon-login.png') 0 3px no-repeat;
}
#utilities .u-logout a {
	background: url('../Images/ATA/icon-logout.png') 0 3px no-repeat;
}

/* SP2013 Top Bar (suiteBar/site actions)
---------------------------------------- */
html.ms-dialog #suiteBar {
    display: none;
}
#suiteBar {
	margin: auto;
	width: 980px;
    height: 41px;
    display: block;
}
#suiteBarLeft {
    background-color: rgb(0, 54, 85);
	font-size: 12px;
	line-height: 22px;
    width: auto;
}
#suiteBarLeft div.wrapper {
	width: 900px;
}
#suiteBarRight {
    background-color: rgb(0, 54, 85);
	font-size: 12px;
	line-height: 22px;
    padding-left: 20px;
    padding-top: 4px;
}
.ms-welcome-root > a.ms-core-menu-root,
.ms-signInLInk
{
    color: #fff;
}
.ms-siteactions-normal:hover
{
    background-color: rgba(205, 230, 257, 0.5);
    border-color: rgba(205, 230, 257, 0.5);
}

.ms-siteactions-imgspan {
    background-image: url('/_layouts/15/images/ATA.MasterPages.SP2013/atagear.png') !important;
    background-size: auto;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    margin-left: -2px;
}
.ms-core-menu-buttonIcon {
    display: none;
}
#siteactiontd {
    z-index: 300;
}

/*
#siteactiontd {
	background: #003858 url('../Images/ATA/bg-utilities.png') left bottom repeat-x;
    z-index: 300;
}
#siteactiontd span {
	background: #003858 url('../Images/ATA/bg-utilities.png') left bottom repeat-x;
    border: none;
}
#siteactiontd ul {
	background: #003858 url('../Images/ATA/bg-utilities.png') left bottom repeat-x;
    text-align: left;
    max-width: 180px;
    overflow-x: hidden;
    padding: 2px 2px 2px 2px;
	margin-top: -3px;
	margin-left: -1px;
	margin-bottom: 1px;
}
#siteactiontd a {
    text-decoration: none;
}
#siteactiontd a:hover {
	background: #003858 url('../Images/ATA/bg-utilities.png') left bottom repeat-x;
	color: #FFD65A;
	text-decoration: underline;
}
#siteactiontd li {
	background: #003858 url('../Images/ATA/bg-utilities.png') left bottom repeat-x;
    width: 100%;
    z-index: 300;
}
#siteactiontd li a {
    display:inline-block;
    max-width:180px;
    max-height:64px;
}
.ms-siteactions-root > span > a.ms-core-menu-root {
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 20px;
    width: auto;
}
*/

/* SEARCH
---------------------------------------- */
#search {
    float: right;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 70px 18px 0 0;
    width: 296px;
}
#search td:first-child {
    border: none;
    padding-right: 8px;
}
#search td.ms-sbLastcell {
	display: none;
}
.srch-gosearchimg {
	height: 21px;
}
.search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;
	height:16px  !important;
	width:125px !important;

}
.search .ms-sbcell
{
    border:none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:13px;
	font-weight:bold;
	color:black;
    padding:0px;
}
.search .ms-sbgo
{
    background:none;
}

.search .ms-sbgo img
{
    border:1px black solid;
}



/* LOGO
---------------------------------------- */
#logo {
	background: #FFF;
	border-bottom: 1px solid #D9D9D9;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}
#logo h1 {
	float: left;
	padding: 24px 0 23px 2px;
	width: 375px;
}
#logo h1 a {
	background: url('../Images/ATA/logo.png') no-repeat;
	display: block;
	width: 375px;
	height: 72px;
}
#logo h1 span {
	display: none;
}



/* PAGE STATUS
---------------------------------------- */
#contentBox {
    margin: inherit !important;
}


/* CONSOLES
---------------------------------------- */
#consoles {
    float: left;
    width: 100%;
}



/* MENU
---------------------------------------- */
#menu {
	background: url('../Images/ATA/bg-menu.png') repeat-x;
	float: left;
	width: 100%;
}
#menu ul {
	float: left;
	padding: 0 2px 0 2px;
}
#menu li {
	float: left;
	position: relative;
	z-index: 200;
}
#menu a {
	display: block;
	padding-left: 16px;
}
#menu span {
	display: block;
	padding: 16px 16px 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#menu a.selected {
    background: url('../Images/ATA/menu-selected-a.png') top left no-repeat;
}
#menu a.selected span {
    background: url('../Images/ATA/menu-selected-span.png') top right no-repeat;
    color: #ffd65a;
}
#menu a:hover,
#menu a.hover {
    background: url('../Images/ATA/menu-a.png') top left no-repeat;
    text-decoration: none;
}
#menu a:hover span,
#menu a.hover span {
    background: url('../Images/ATA/menu-span.png') top right no-repeat;
    color: #006bb7;
}




/* DROP / DOWN
---------------------------------------- */
#m-home div.drop,
#m-about div.drop,
#m-teaching div.drop {
	left: 0;
}
#m-publications div.drop,
#m-news div.drop,
#m-members div.drop {
	right: 0;
}
div.drop {
	display: none;
	position: absolute;	
	z-index: 2;
}
li.hovering div.drop {
	display: block;
}
div.down {
	background: url('../Images/ATA/bg-dropdown.png') left bottom no-repeat;
	float: left;
	padding: 7px 9px 10px 9px;
}
div.down.half {
	background: url('../Images/ATA/bg-dropdown-half.png') left bottom no-repeat;
}
div.down dl {
	float: left;
	padding: 0 6px 0 6px;
	width: 233px;
}
div.down dt {
	color: #006BB7;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 9px 3px;
}
div.down dd {
	background: url('../Images/ATA/bg-divide.png') repeat-x;
	line-height: 16px;
	padding: 6px 0 4px 0;
}
div.down a {
	background: url('../Images/ATA/icon-dropdown.png') no-repeat !important;
	color: #8C8C8C;
	display: block;
	height: auto !important;
	padding-left: 20px;
}
div.down a:hover {
	color: #141414;
}



/* RIBBON
---------------------------------------- */
#RibbonContainer-TabRowRight {
    display: none !important;
}

#s4-ribbonrow {
    background-color: rgb(0, 54, 85);
}
#s4-ribbonrow #s4-ribboncont {
    background: none;
}
#s4-ribbonrow #globalNavBox,
#s4-ribbonrow .ms-cui-topBar2 {
    background-color: rgb(0, 54, 85);
    border: none;
}
#s4-ribbonrow .ms-cui-tts {
    line-height: 12px;
}
#s4-ribbonrow .ms-cui-ribbon, 
#s4-ribbonrow .ms-cui-menu, 
#s4-ribbonrow .ms-cui-toolbar-toolbar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ms-cui-menu[id ^= "Ribbon."] {
    position: fixed !important;
}
.ms-cui-tt-s.ms-browseTab > .ms-cui-tt-a > .ms-cui-tt-span,
.ms-cui-tt-a > .ms-cui-tt-span {
	color: #fff !important;
}
.ms-promotedActionButton-text {
    color: #fff;
}


/* LOCATION
---------------------------------------- */
#location {
	background: #F0F0F0;
	border-top: 1px solid #FFF;
	float: left;
	font-size: 11px;
	line-height: 16px;
	width: 100%;
    padding: 12px 0;
}
#location ul {
	float: left;
    padding: 11px 0 12px 0;
}
#location li {
	background: url('../Images/ATA/icon-location.png') 8px 5px no-repeat;
	float: left;
}
#location a {
	color: #969696;
	padding: 0 8px;
}
#location a:first-child {
	padding: 0 8px 0 4px;
}
#location a:hover,
#location a.selected {
	color: #141414;
	text-decoration: underline;
}



/* CONTENT
---------------------------------------- */
#content {
	background: url('../Images/ATA/bg-content.png') center bottom repeat-x #F0F0F0;
	float: left;
	width: 100%;
	-webkit-text-stroke: 1px transparent;
}
#s4-workspace {
    overflow: visible;
}



/* FRAME
---------------------------------------- */
#frame,
#f-top,
#f-bottom {
	float: left;
	width: 980px;
}

#frame td:not(#frame .ms-webpart-zone TD ),
#frame th:not(#frame .ms-webpart-zone Th ) {
    padding: 8px 8px 0 8px;
}

#frame .prov-master th,
#frame .prov-master td {
    padding-top: 2px;
}



/* FRAME A
---------------------------------------- */
div.frame-a {
	background: url('../Images/ATA/bg-frame-a.png') repeat-y;
}
div.frame-a #f-top {
	background: url('../Images/ATA/bg-frame-a-top.png') no-repeat;
}
div.frame-a #f-bottom {
	background: url('../Images/ATA/bg-frame-a-bottom.png') center bottom no-repeat;
}



/* FRAME B
---------------------------------------- */

div.frame-b {
	background: url('../Images/ATA/bg-frame-b.png') repeat-y;
}
div.frame-b #f-top {
	background: url('../Images/ATA/bg-frame-b-top.png') no-repeat;
}
div.frame-b #f-bottom {
	background: url('../Images/ATA/bg-frame-b-bottom.png') center bottom no-repeat;
}



/* FRAME C
---------------------------------------- */
div.frame-c {
	background: url('../Images/ATA/bg-frame-c.png') repeat-y;
}
div.frame-c #f-top {
	background: url('../Images/ATA/bg-frame-c-top.png') no-repeat;
}
div.frame-c #f-bottom {
	background: url('../Images/ATA/bg-frame-c-bottom.png') center bottom no-repeat;
}




/* SUBMENU
---------------------------------------- */
#submenu {
	float: left;
	padding: 8px 14px 10px 18px;
	width: 224px;
}
div.frame-c #form #submenu {
	padding-left: 4px;
}
#submenu p {
	background: url('../Images/ATA/submenu-divide.png') repeat-x;
	color: #8C8C8C;
}
#submenu p:first-child,
#submenu p.first-child {
	background: none;
}
#submenu p a {
	color: #8C8C8C;
	display: block;
	padding: 12px 0 9px 8px;
}
#submenu p a:hover {
	color: #141414;
}
#submenu p a.selected {
	background: url('../Images/ATA/icon-submenu.png') 8px 18px no-repeat;
	color: #006BB7;
	padding-left: 20px;
}
#submenu ul {
	font-size: 13px;
	padding: 0px 0 12px 0px;
}
#submenu li {
	color: #787878;
}
#submenu li a {
	color: #787878;
	display: block;
}
#submenu li a:hover {
	color: #141414;
	text-decoration: underline;
}
#submenu li.selected {
	background: url('../Images/ATA/icon-submenu-child.png') 0 12px no-repeat;
	padding-left: 10px;
}
#submenu li.selected a {
	color: #006BB7;
}
#submenu .ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
#submenu .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
    padding-left: 0px;
    padding-right: 0px;
}

#submenu a.selected,
#submenu .ms-core-listMenu-selected,
#submenu .ms-core-listMenu-selected:link,
#submenu .ms-core-listMenu-selected:visited,
#submenu .ms-core-listMenu-item:hover,
#submenu .ms-core-listMenu-item:active {
    background-color: transparent;
}

#submenu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
#submenu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit {
    font-size: 13px;
}


/* HEADLINE
---------------------------------------- */
#headline {
	border-bottom: 4px solid #FFD65A;
	float: left;
	margin: 0 34px 0 34px;
	padding: 26px 0 14px 0;
}
div.frame-a #headline {
	width: 576px;
}
div.frame-b #headline {
	width: 912px;
}
div.frame-c #headline {
	width: 656px;
}
#headline dl {
	float: left;
	font-size: 11px;
	line-height: 20px;
    padding-bottom: 12px;
}
#headline dd {
	border-left: 1px solid #DCDCDC;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}
#headline dd:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#headline dd span {
	font-weight: bold;
}
#headline dd a {
	color: #646464;
	display: block;
}
#headline dd a:hover {
	color: #141414;
	text-decoration: underline;
}
#headline dd.h-rss a {
	background: url('../Images/ATA/icon-rss.png') 0 2px no-repeat;
	padding-left: 23px;
}
#headline dd.h-pdf a {
	background: url('../Images/ATA/icon-pdf.png') 0 2px no-repeat;
	padding-left: 23px;
}



/* CAROUSEL
---------------------------------------- */
#carousel 
{
	padding: 30px 30px 0 30px;
}



/* LANDING
---------------------------------------- */
#landing {
	float: left;
	margin: 0 34px 0 34px;
	width: 656px;
}



/* L-FEATURE
---------------------------------------- */
#l-feature {
	float: left;
	padding: 24px 32px 0 0;
	width: 312px;
}
#l-feature .button {
	padding: 5px 0 31px 0;
}



/* L-MORE
---------------------------------------- */
#l-more {
	float: left;
	padding-top: 8px;
	width: 312px;
}
#l-more dl {
	background: url('../Images/ATA/bg-divide.png') left bottom repeat-x;
	padding: 20px 0 21px 0;
}
#l-more dt {
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 9px;
}
#l-more dt a {
	background: url('../Images/ATA/icon-story.png') no-repeat;
	display: block;
	padding-left: 22px;
}
#l-more dd {
	font-size: 11px;
	line-height: 16px;
}
#l-more .button {
	padding: 24px 0 31px 0;
}



/* BUMPER
---------------------------------------- */
#bumper {
	border-top: 4px solid #FFD65A;
	float: left;
	margin: 0 34px 0 34px;
	padding-bottom: 14px;
	width: 656px;
}
#bumper h4 {
	border-bottom: 1px solid #DCDCDC;
	padding: 19px 0 20px 0 !important;
}
#bumper dl {
	background: url('../Images/ATA/bg-divide.png') left top repeat-x;
	padding: 17px 0 17px 0;
}
#bumper dl:first-child {
	background: none;
}
#bumper dt {
	color: #8C8C8C;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	padding: 0 0 5px 2px;
}
#bumper dd {
	line-height: 16px;
	padding-left: 22px;
}



/* B-PREVIOUS
---------------------------------------- */
#b-previous {
	float: left;
	margin-right: 32px;
	width: 312px;
}
#b-previous dd {
	background: url('../Images/ATA/icon-issue.png') no-repeat;
}



/* B-POPULAR
---------------------------------------- */
#b-popular {
	float: left;
	width: 312px;
}
#b-popular dd {
	background: url('../Images/ATA/icon-story.png') no-repeat;
}



/* ISSUE
---------------------------------------- */
#issue {
	float: left;
	margin: 0 34px 0 34px;
	width: 656px;
}



/* I-DISQUS DISQUS
---------------------------------------- */
#i-disqus {
	float: left;
	margin: 0 34px 0 34px;
	width: 656px;
}
#i-disqus #disqus {
	border-top: 4px solid #FFD65A;
	padding-top: 24px;
	margin-top: 32px;
}



/* I-FEATURE
---------------------------------------- */
#i-feature {
	background: url('../Images/ATA/bg-divide.png') left bottom repeat-x;
	float: left;
	width: 656px;
}
#i-feature div.photo {
	float: left;
	padding: 24px 32px 28px 0;
	width: 312px;
}
#i-feature div.photo div.p-image {
	float: left;
	padding-bottom: 5px;
}
#i-feature div.photo div.p-caption {
	float: left;
	padding-bottom: 2px;
}



/* I-EXCERPT
---------------------------------------- */
#i-excerpt {
	float: left;
	padding-top: 27px;
	width: 312px;
}
#i-excerpt .button {
	padding: 5px 0 31px 0;
}



/* I-ROW
---------------------------------------- */
div.i-row {
	background: url('../Images/ATA/bg-divide.png') left top repeat-x;
	float: left;
	width: 656px;
}
div.i-row:first-child {
	background: none;
	padding-bottom: 2px;
}



/* I-ENTRY
---------------------------------------- */
div.i-entry {
	float: left;
	padding: 28px 0 16px 16px;
	width: 208px;
}
div.i-entry:first-child {
	padding-left: 0;
}
div.i-entry div.i-photo {
	padding: 4px 0 12px 0;
	width: 208px;
}
div.i-entry h6 {
	padding-bottom: 8px;
}
div.i-entry h6 a {
	background: url('../Images/ATA/icon-story.png') no-repeat;
	display: block;
	padding-left: 23px;
}
div.i-entry p {
	font-size: 11px;
	line-height: 16px;
}



/* I-PHOTO
---------------------------------------- */
div.i-photo img {
	display: block;
	padding: 1px;
	border: 1px solid #DCDCDC;
}
div.i-photo a img:hover {
	border: 1px solid #646464;
}



/* ARTICLE
---------------------------------------- */
#article {
	float: left;
	margin: 0 34px 0 34px;
	width: 656px;
}
div.frame-a #article {
	width: 576px;
}
div.frame-b #article {
	width: 912px;
}



/* A-CONTENT
---------------------------------------- */
#a-content {
	float: left;
	padding: 24px 32px 16px 0;
	width: 432px;
}



/* A-CONTENT DISQUS
---------------------------------------- */
#a-content #disqus {
	border-top: 4px solid #FFD65A;
	padding-top: 24px;
	margin-top: 32px;
}



/* C-CONTENT
---------------------------------------- */
#c-content {
	float: left;
	padding: 24px 32px 16px 0;
	width: 656px;
}
div.frame-a #c-content {
	width: 576px;
}
div.frame-b #c-content {
	width: 912px;
}



/* A-SIDE
---------------------------------------- */
#a-side {
	float: left;
	width: 192px;
}



/* A-LIST
---------------------------------------- */
div.a-list {
	border-top: 4px solid #FFD65A;
	float: left;
	width: 192px;
}
div.a-list:first-child,
div.a-list.first-child {
	border: none;
}
div.a-list h4 {
	border-bottom: 1px solid #DCDCDC;
	padding: 19px 0 20px 0 !important;
}
div.a-list dl {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 0 28px 0;
}
div.a-list dd {
	padding-bottom: 8px;
}
div.a-list dd a {
	background: url('../Images/ATA/icon-story.png') no-repeat;
	color: #646464;
	display: block;
	padding-left: 23px;
}
div.a-list dd a:hover {
	color: #141414;
	text-decoration: underline;
}



/* PAGE
---------------------------------------- */
div.frame-a #page {
	float: left;
	width: 644px;
}
div.frame-b #page {
	float: left;
	width: 980px;
}
div.frame-c #page {
	float: left;
	width: 724px;
}

div.frame-b #form #page {
    width: 948px;
}
div.frame-c #form #page {
	width: 704px;
}

#logo h2 {
	color: #006BB7;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 13px;
	float:right;
	padding-top:30px;
}

#page h2 {
	color: #006BB7;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 13px;
	
}
#page h3 {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 12px;
}
#page h4 {
	color: #006BB7;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 7px;
}
#page h5 {
	color: #006BB7;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 7px;
}
#page h6 {
	color: #006BB7;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 7px;
}
#page blockquote {
	border-left: 1px solid #DCDCDC;
	color: #969696;
	margin: 0 0 13px 0;
	padding: 7px 0 6px 15px;
}
#page ol,
#page ul {
	list-style-position: outside;
	padding: 0 0 13px 2em;
}
#page li {
	padding-left: 1em;
}
#page ol li {
	list-style-type: decimal;
}
#page ol ol li,
#page ol ol ol ol li,
#page ol ol ol ol ol ol li {
	list-style-type: lower-alpha;
}
#page ul li {
	list-style-type: disc;
}
#page ul ul li
#page ul ul ul ul li,
#page ul ul ul ul ul ul li {
	list-style-type: circle;
}
#page p {
	padding-bottom: 13px;
}
#page h2 a,
#page h4 a,
#page h5 a,
#page h6 a {
	color: #006BB7;
}
#page h2 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover {
	color: #141414;
}
#page h3 a,
#page blockquote a,
#page li a,
#page p a {
	border-bottom: 1px solid #DCDCDC;
}
#page h3 a:hover,
#page blockquote a:hover,
#page li a:hover,
#page p a:hover {
	border-bottom: 1px solid #141414;
}



/* PAGE > SCROLLABLE
---------------------------------------- */
#page .scrollable {
	height: 600px;
	position: relative;
	overflow: hidden;
	margin: 0 0 4px 0;
	width: 644px;
}



/* PAGE > ITEMS
---------------------------------------- */
#page .scrollable .items {
	position: absolute;
	height: 20000em;
}





/* TOC
---------------------------------------- */
#toc ol,
#toc ul {
	list-style-position: outside;
	padding: 0 0 0 2em;
}
#toc li {
	padding-left: 1em;
	line-height: 16px;
	list-style-type: none;
	text-indent: 1em;
}
#toc li a {
    border-bottom: none;
}
#page a.toc-top-link {
	font-size: 17px;
	font-weight: normal;
	margin-left: 18px;
}
#page h5 a.toc-top-link {
	display: none;
}




/* PAGE > GROUP
---------------------------------------- */
#page div.group {
	background: url('../Images/ATA/bg-divide.png') left top repeat-x;
	float: left;
	margin: 0 34px 0 34px;
	padding: 27px 0 14px 0;
}
#page div.group a.g-rss {
	background: url('../Images/ATA/icon-rss.png') 0 2px no-repeat;
	font-weight: normal;
	padding: 2px 2px 2px 22px;
}
div.frame-a #page div.group {
	width: 576px;
}
div.frame-b #page div.group {
	width: 912px;
}
div.frame-c #page div.group {
	width: 656px;
}
#page div.group:first-child {
	background: none;
}



/* FRAME-B > COLUMNS
---------------------------------------- */
div.frame-b div.column-left,
div.frame-b div.column-right {
	float:  left;
	width: 490px;
}
div.frame-b div.column-left div.c-group,
div.frame-b div.column-right div.c-group {
	background: url('../Images/ATA/bg-divide.png') left top repeat-x;
	float: left;
	padding: 27px 0 14px 0;
	width: 440px;
}
div.frame-b div.column-left div.c-group {
	margin: 0 16px 0 34px;
}
div.frame-b div.column-right div.c-group {
	margin: 0 34px 0 16px;
}
div.frame-b div.column-left div.c-group:first-child,
div.frame-b div.column-right div.c-group:first-child{
	background: none;
}



/* FEATURED
---------------------------------------- */
#featured {
	border-bottom: 4px solid #FFD65A;
	float: left;
	margin: 0 34px 0 34px;
	padding-top: 33px;
}



/* FEATURED > SCROLLABLE
---------------------------------------- */
#featured div.scrollable {
	float: left;
	height: 345px;
	position: relative;
	overflow: hidden;
	width: 576px;
}



/* FEATURED > ITEMS
---------------------------------------- */
#featured div.items {
	clear: both;
	position: absolute;
	width: 20000em;
}



/* FEATURED > NAVI
---------------------------------------- */
#featured div.navi {
	float: left;
	padding: 16px 0;
}
#featured div.navi a {
	background: url('../Images/ATA/icon-navi.png') no-repeat;
	display: block;
	float: left;
	height: 8px;
	margin-right: 8px;
	width: 8px;
}
#featured div.navi a:hover {
	background-position: 0 -8px;
}
#featured div.navi a.active {
	background-position: 0 -16px;
}



/* FEATURED > ENTRY
---------------------------------------- */
#featured div.entry {
	border: 1px solid #DCDCDC;
	float: left;
	padding: 1px;
	width: 572px;
}
#featured div.e-feature {
	position: relative;
	width: 572px;
	height: 340px;
}
#featured div.e-photo {
	position: relative;
	width: 572px;
	height: 340px;
}
#featured div.e-excerpt {
	background: url('../Images/ATA/bg-featured.png');
	left: 0;
	bottom: 0;
	padding: 11px 16px 0 16px;
	position: absolute;
	width: 540px;
}
#featured div.e-excerpt h4,
#featured div.e-excerpt h4 a {
	color: #FFD65A;
}
#featured div.e-excerpt h4 a:hover {
	color: #FFF;
}
#featured div.e-excerpt p {
	color: #FFF;
	line-height: 16px;
	padding: 2px 0 12px 0;
}



/* SIDE
---------------------------------------- */
#side {
	float: left;
	padding: 33px 18px 0px 14px;
	width: 304px;
}
#side h2 {
	background: url('../Images/ATA/submenu-divide.png') left bottom repeat-x;
	color: #006BB7;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 2px 14px 2px;
}
#side h2 a {
	color: #006BB7;
}
#side h2 a:hover {
	color: #141414;
}
#side h6 {
	background: url('../Images/ATA/submenu-divide.png') left top repeat-x;
	overflow: auto;
	padding-top: 8px;
}
#side ul {
	padding: 10px 0 26px 0;
}
#side a {
	color:#006BB7;
}
#side a:hover,
#side a:active {
	color: #141414;
}
#side div.group {
	float: left;
	border-top: 4px solid #FFD65A;
	width: 304px;
	margin-bottom: 12px;
}
#side div.side {
	padding: 10px 2px 0 2px;
}
#side dd {
	padding-bottom: 8px;
}



/* SIDE > SCROLLABLE
---------------------------------------- */
#side .scrollable {
	height: 245px;
	position: relative;
	overflow: hidden;
	margin: 0 0 4px 0;
}



/* SIDE > ITEMS
---------------------------------------- */
#side .scrollable .items {
	position: absolute;
	height: 20000em;
}



/* BUTTON
---------------------------------------- */
div.button {
	font-size: 10px;
	font-weight: bold;
    height: 32px;
    line-height: 30px;
	text-transform: uppercase;
}
div.button a {
	background: url('../Images/ATA/bg-button.png') right top no-repeat;
    color: #646464;
	float: left;
    height: 32px;
}
div.button a span {
	background: url('../Images/ATA/bg-button-icon.png') left top no-repeat;
	float: left;
    height: 32px;
    padding: 0 12px 0 31px;
}
div.button a:hover {
	background-position: right bottom;
	color: #006BB7;
}
div.button a span:hover {
	background-position: left bottom;
}
a.button,
a.button-prev,
a.button-next {
	background: url('../Images/ATA/bg-button-a.png') right top no-repeat;
    color: #646464;
	float: left;
	font-size: 10px;
	font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
	text-transform: uppercase;
}
a.button span,
a.button-prev span,
a.button-next span {
	background: url('../Images/ATA/bg-button-span.png') left top no-repeat;
	float: left;
    height: 32px;
    padding: 0 12px;
    position: relative;
}
a.button img,
a.button-prev img,
a.button-next img {
	top: 7px;
	left: 8px;
	position: absolute;
}
a.button:hover,
a.button-prev:hover,
a.button-next:hover {
	background-position: right bottom;
	border-bottom: none !important;
}
a.button:hover span,
a.button-prev:hover span,
a.button-next:hover span {
	background-position: left bottom;
	border-bottom: none !important;
}

a.button-prev span {
	background: url('../Images/ATA/bg-button-icon-leftarrow.png') left top no-repeat;
	padding-left: 26px
}
a.button-next span {
	background: url('../Images/ATA/bg-button-icon.png') left top no-repeat;
	padding-left: 26px;
}




/* PHOTO
---------------------------------------- */
div.photo {
	display: block;
	padding-bottom: 16px;
}
div.p-image {
	padding-bottom: 5px;
}
div.p-image img {
	display: block;
	padding: 1px;
	border: 1px solid #DCDCDC;
}
div.p-image a img:hover {
	border: 1px solid #646464;
}
div.p-caption {
	color: #969696;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
}



/* FEED-READER
---------------------------------------- */
#frame div.feed-reader {
    float: left;
}
#frame div.feed-reader h6 {
	font-weight: normal;
    overflow: auto;
}
#frame div.feed-reader a.g-more {
	float: left;
	padding: 2px;
}
#frame div.feed-reader a.g-rss {
	background: url('../Images/ATA/icon-rss.png') 0 2px no-repeat;
	float: right;
	padding: 2px 2px 2px 22px;
}
#frame div.feed-reader dd.last {
	background: url('../Images/ATA/submenu-divide.png') left bottom repeat-x;
	margin-bottom: 8px;
}
#page div.feed-reader h6 {
	background: url('../Images/ATA/bg-divide.png') left top repeat-x;
	margin: 0 34px;
	padding: 27px 0 14px 0;
}
#page div.feed-reader a.g-rss {
	float: left;
}



/* FOOTER
---------------------------------------- */
#footer {
	float: left;
	font-size: 11px;
	padding: 23px 0 14px 0;
	text-align: center;
	width: 100%;
}
#footer p {
	color: #5A88AB;
	padding-bottom: 12px;
}
#footer a {
	border-left: 1px solid #005877;
	color: #5A88AB;
	padding: 4px 11px 4px 11px;
}
#footer a:first-child {
	border: none;
}
#footer a:hover,
#footer a.selected {
	color: #FFF;
	text-decoration: underline;
}



/* EDITMODEPANEL
---------------------------------------- */
#editmodepanel {
	background-color: aqua;
	clear: both;
	padding: 18px;
}
#editmodepanel li {
	padding: 12px 0;
}



/* FORM, ALINITY-INFO, TIN-INFO, INFOPATH
---------------------------------------- */
#form,
#alinity-info,
#tin-info,
#infopath {
    clear: both;
    margin: 0 34px;
	padding-bottom: 14px;    
}
#form {
    float: left;
    margin: 0 17px;
    padding-top: 14px;
    margin-bottom: 14px;
}
#form .die { margin-left: 28px; }
#headline #alinity-info {
    margin: 0;
}
#alinity-info h3,
#tin-info h3 {
    display: none;
}




/* CALENDAR
---------------------------------------- */
#calendar {
    clear: both;
	padding: 18px 36px;
}
#calendar h1 {
	display: none;
}
#calendar span div div table,
#calendar span div div a {
    margin-left: 6px;
}
#calendar span div div table table,
#calendar span div div table a {
    margin: 0;
}
#calendar span div div table table td {
    padding: 0;
}
#calendar th,
#calendar td  {
    padding: 4px;
}
#calendar .eventGenericLabel,
#calendar .eventDate,
#calendar .eventTitle {
    color: #333;
    font-weight: bold;
}
#calendar .eventTitle {
    font-size: 1.3em;
}
#calendar .eventICSLink {
	font-size:85%;
	padding-left:20px;
	background-image: url('_layouts/15/images/calendar.gif');
	background-repeat: no-repeat;
	margin-left: 20px;
}


/* TWITTER WEB PART STYLES
---------------------------------------- */
.tweet-searchheader
{
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.tweet-search
{
    padding: 0 5px 0;
}
.tweet-emptysearch
{
}
ol.tweet-statuses
{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    
}
ol.tweet-statuses li 
{
    clear: both;
    position: relative;
    list-style-image: none !important;
    padding: 10px 5px 0;
    margin: 0;
    
}
ol.tweet-statuses li:hover
{
    background-color: #f7f7f7;
}
.tweet-thumb
{
    display: block;
    width: 50px;
    height: 50px;
	float: left;
    margin: 0 10px 10px 0;
}
.tweet-url
{
    border: 0 none;
    
}
.tweet-photo
{
    border: 1px solid #333;   
}
.tweet-statusbody, .tweet-statusbodyplain
{
    display: block;
    margin: 0 0 10px 60px; 
    padding: 0 0 7px;  
}
.tweet-statusbodyplain
{
    margin-left: 0;
}
.tweet-entrymeta
{
	display: block;
	padding: 0 0 5px;
}
.clear { clear: both; }
.linkDiv
{
    float: left;
   padding: 0 15px 0px 0px;
}
.tweet-container
{
    width:100%;
}
#page OL LI.tweet-status
{
    list-style-type:none;
    padding-left:0px;
}
#page LI.tweet-status A
{
    border-bottom: 0 none;
}
body .tweet-container {
	line-height: normal;
}





/* RADEDITOR OVERRIDES
---------------------------------------- */
#frame .RadEditor table, 
#frame .RadEditor th, 
#frame .RadEditor td, 
#frame .reToolbar, 
#frame .reToolbar li, 
#frame .reTlbVertical, 
#frame .reDropDownBody ul, 
#frame .reDropDownBody ul li, 
#frame .RadWindow table, 
#frame .RadWindow table td, 
#frame .RadWindow table td ul, 
#frame .RadWindow table td ul li 
{ 
    margin: 0 !important; 
    padding: 0 !important; 
    border: 0 !important; 
    list-style: none !important; 
} 
#frame .reWrapper_corner, 
#frame .reWrapper_center, 
#frame .reLeftVerticalSide, 
#frame .reRightVerticalSide, 
#frame .reToolZone, 
#frame .reEditorModes, 
#frame .reResizeCell, 
#frame .reToolZone table td, 
#frame .RadEditor .reToolbar, 
#frame .RadEditor .reEditorModes 
{ 
    border: 0 !important; 
} 
#frame .reToolbar li, 
#frame .reToolbar ul li, 
#frame .reInsertTable .reTlbVertical .reToolbar li 
{ 
    float: left !important; 
    clear: none !important; 
    border: 0 !important; 
} 
#frame .RadEditor a,
#frame .RadEditor a:hover
{
    color: #000 !important;
    border: 0 !important;
}





/* SHAREPOINT OVERRIDES (FIX SHAREPOINT ELEMENT ISSUES CAUSED BY MARINE STYLESHEET)
---------------------------------------- */ 

/* WEB PART HEADER
---------------------------------------- */    
#frame .s4-wpTopTable { 
    margin-bottom: 16px; 
}
#frame .s4-wpTopTable tr:first-child td { /* wrapper element for header */
    border: none;
    padding: 0 auto; 
} 
#frame .s4-wpTopTable tr:first-child td td { 
    border: none; 
}
#frame .ms-WPHeader { 
    background: transparent; 
}
#frame .ms-WPHeader h3,
#frame .ms-formtable .ms-standardheader { 
    padding-bottom: 0; 
}
#frame .ms-WPHeader td { 
    border-bottom: none; 
}
#frame td.ms-partline,
#frame td.ms-wpTdSpace {
    padding: 0;
}

/* WEB PART HEADER AND LIST SETTINGS DROP DOWN MENUS (ie. edit, close, delete)
---------------------------------------- */
#frame .ms-menutoolbar {
    background-color: #EEE;
}
#frame .ms-webpart-chrome-title ul,
#frame .ms-WPHeader ul,
#frame .ms-menutoolbar ul,
#frame .ms-viewheadertr ul,
#frame .ms-ltviewselectormenuheader ul,
#frame .ms-MenuUI ul {
    margin: 0; 
    padding: 0; 
}
#frame .ms-webpart-chrome-title li,
#frame .ms-WPHeader li,
#frame .ms-menutoolbar li,
#frame .ms-viewheadertr li,
#frame .ms-ltviewselectormenuheader li,
#frame .ms-MenuUI li {
    list-style: none; 
    margin: 0; 
    padding: 0; 
}
#frame .ms-WPHeader ul a,
#frame .ms-WPHeader ul a:hover,
#frame .ms-WPHeader h3 a,
#frame .ms-WPHeader h3 a:hover,
#frame .ms-menutoolbar ul a,
#frame .ms-menutoolbar ul a:hover,
#frame .ms-viewheadertr ul a,
#frame .ms-viewheadertr ul a:hover,
#frame .ms-ltviewselectormenuheader ul a,
#frame .ms-ltviewselectormenuheader ul a:hover,
#frame .ms-MenuUI ul a,
#frame .ms-MenuUI ul a:hover {
    border-bottom: none; 
}
#frame .ms-partline {
    padding: 0;
}

table.ms-listviewtable ul li a,
table.ms-listviewtable ul li {
    list-style: none !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    padding-left: 0 !important;
}

span.ms-pivotControl-container ul li a,
span.ms-pivotControl-container ul li {
    list-style: none !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    padding-left: 0 !important;
}

/* DROP DOWN IMAGE ALIGNMENT
---------------------------------------- */
#frame .s4-ctx a img {
    margin-top: 8px;
}
#frame .ms-vh .s4-ctx a img,
#frame .ms-vh2 .s4-ctx a img {
    margin-top: 16px;
}
#frame .ms-vh .ms-vh-div td {
    vertical-align: top;
}
#frame .ms-itmhover .ms-vb2 {
    font-size: 8pt;
}

/* WEB PART HEADINGS
---------------------------------------- */
#frame .s4-wpcell h3, 
#frame .s4-wpcell-plain h3, 
h3.ms-WPTitle, 
h3.ms-WPTitle span, 
h3.ms-WPTitle a:link, 
h3.ms-WPTitle a:active, 
h3.ms-WPTitle a:visited, 
h3.ms-WPTitle a:hover {
    color: #006BB7;
    font-size: 17px;
    line-height: 24px;
}

/* TABLE HEADER/CELL PADDING
---------------------------------------- */
#frame td.s4-wpcell,
#frame td.s4-wpcell-plain{
    padding: 0;
}
#frame .ms-listviewtable th,
#frame .ms-listviewtable td {
    padding: 0px 4px 2px 4px;
    vertical-align: top;
}

/* DIALOG OVERRIDES
---------------------------------------- */
.ms-dialog #head {
    position: relative;
    background-color: transparent;
    background: none;
}
.ms-dialog #s4-ribbonrow,
.ms-dialog #content {
    background-color: transparent;
    background: none;
}
.ms-dialog div.wrapper {
    width: auto;
}
.ms-dialog #wrapper,
.ms-dialog #frame,
.ms-dialog div.frame-c #form #page,
.ms-dialog div.frame-c #page,
.ms-dialog div.frame-b #form #page,
.ms-dialog div.frame-b #page {
	width: 100%;
}
.ms-dialog div.frame-c,
.ms-dialog div.frame-c #f-top,
.ms-dialog div.frame-c #f-bottom,
.ms-dialog div.frame-b,
.ms-dialog div.frame-b #f-top,
.ms-dialog div.frame-b #f-bottom {
	width: 100%;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.ms-dialog #s4-ribbonrow {
    float: inherit;
}
.ms-dialog #s4-ribbonrow #globalNavBox,
.ms-dialog #s4-ribbonrow .ms-cui-topBar2 {
	width: 100%;
	margin-top: -5px;
	border-style: solid;
	border-bottom-width: 0.5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}


/* NAVIGATION WEBPART STYLES
---------------------------------------- 
#frame td.s4-wpcell-plain { padding: 0; }
.s4-wpcell-plain #submenu { padding-top: 0; padding-right: 0; }
.s4-wpcell-plain #submenu ul { clear: both; overflow: auto; padding-left: 15px; padding-bottom: 0; }
.s4-wpcell-plain #submenu ul.root { padding-left: 0; }
.s4-wpcell-plain #submenu ul.root ul { margin: 0; }
.s4-wpcell-plain #submenu ul li { list-style: none; overflow: auto; padding-left: 0; }
.s4-wpcell-plain #submenu ul li li { padding-left: 11px; }
.s4-wpcell-plain #submenu ul li a,
.s4-wpcell-plain #submenu ul li a:hover { border-bottom: none; clear: both; color: #0072bc; float: left; padding-left: 0 }
.s4-wpcell-plain #submenu ul li a { color: #8c8c8c; }
.s4-wpcell-plain #submenu ul li a:hover { color: #141414; text-decoration: none; }
.s4-wpcell-plain #submenu ul li li a:hover { text-decoration: underline; }
.s4-wpcell-plain #submenu ul li a span { font-size: 13px; }
.s4-wpcell-plain #submenu ul li li a span,
.s4-wpcell-plain #submenu ul.icons li a span { font-size: 11px; }
.s4-wpcell-plain #submenu ul li a.selected { background-image: none; background-color: transparent; border: none; color: #0072bc; }
.s4-wpcell-plain #submenu ul li a.selected span { color: #0072bc; }
.s4-wpcell-plain #submenu ul li a.selected:hover span { color: #141414; }
.s4-wpcell-plain #submenu ul li.selected { background-position: 0 10px; padding-left: 0; }
.s4-wpcell-plain #submenu ul.icons li a { background: url(/_layouts/15/images/fgimg.png) no-repeat; float: left; height: 16px; line-height: 16px; margin: 0 0 4px 0; padding-left: 20px; }
.s4-wpcell-plain #submenu ul.icons li a.recycle-bin { background-position: 0 -428px }
.s4-wpcell-plain #submenu ul.icons li a.all-content { background-position: 0 0 }
*/

#form #submenu .s4-ql ul { padding-bottom: 0; }
#form #submenu .s4-ql ul.root .menu-item { padding-left: 0; }
#form #submenu .s4-ql li.selected { background-position: 0 10px; }
#form #submenu .s4-ql a.selected { 
    background-color: transparent !important;
    background-image: none !important; 
    border: 0 none transparent !important; 
    color: #0072bc !important; 
    padding-left: 0 !important; 
}
#form #submenu .s4-ql a.selected:hover { color: #141414 !important; }
#form #submenu .s4-specialNavLinkList { border-top: none; }
#form #submenu .s4-specialNavLinkList a,
#form #submenu .s4-specialNavLinkList span { color: #8c8c8c; }
#form #submenu .s4-specialNavLinkList a:hover,
#form #submenu .s4-specialNavLinkList a:hover span.s4-specialNavIcon { text-decoration: none; }
#form #submenu .s4-specialNavLinkList a:hover span { color: #141414; text-decoration: underline; }
    

/* MESSAGING STYLES
---------------------------------------- */
.message-info { background: #BDE5F8 url('/_layouts/15/images/info16by16.gif') no-repeat 3px 4px; border: 1px solid #00529B; color:#29006B; line-height: 16px; padding: 4px 4px 4px 21px; }
.message-error { background: #FFBABA url('/_layouts/15/images/cell-error.png') no-repeat 2px 4px; border: 1px solid #D8000C; color:#29006B; line-height: 16px; padding: 4px 4px 4px 21px; }
.message-warning { background: #FFD96A url('/_layouts/15/images/kpinormal-1.gif') no-repeat 2px 4px; border: 1px solid #E0A800; color:#29006B; line-height: 16px; padding: 4px 4px 4px 21px; }

/* PEOPLE PICKER
---------------------------------------- */
#content #content { background-image: none; }

/* RESET HYPERLINK STYLES
---------------------------------------- */
#frame h3 a, 
#frame h3 a:hover {
    border-bottom: none;
}
#frame a {
	color: #006BB7;
	text-decoration: none;
}   
#frame a:hover {
	color: #141414;
}
#frame a, 
#frame a:focus, 
#frame a:active, 
#frame input, 
#frame select, 
#frame textarea {
	outline: none;
}

/* ATA LOGIN STYLES
---------------------------------------- */
.ms-WPBody #login * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size: 13px; 
}
#login { padding: 40px 0 20px 180px; }
#login td { padding: 4px; }
#utilityLinks { padding-top: 18px; }
#cookieError { display: none; } 

div.hidediv
{
    display: none !important;
}